home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000453_news@columbia.edu _Fri Mar 21 11:14:45 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA23968
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 21 Mar 1997 11:14:45 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA14254
  7.     for kermit.misc@watsun; Fri, 21 Mar 1997 11:14:44 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: C-Kermit script archive?
  12. Date: 21 Mar 1997 16:14:41 GMT
  13. Organization: Columbia University
  14. Lines: 29
  15. Message-ID: <5guc5h$slo$1@apakabar.cc.columbia.edu>
  16. References: <5gu69j$7c2@monk.cancom.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6785
  19.  
  20. In article <5gu69j$7c2@monk.cancom.net>,
  21. Douglas Berry  <doug@cancom.net> wrote:
  22. : Is there a collection of C-Kermit scripts available?
  23. : We have the source distribution, but wondered if there were 
  24. : any other samples we could use.
  25. I always thought this would happen by itself, but it hasn't.
  26.  
  27. First of all, make sure you have C-Kermit 6.0.  Then look in the
  28. ckermit.ini (.kermrc) file for lots of examples showing automatic
  29. login to various kinds of hosts, implementation of the services
  30. directory, and various other useful functions.  There are also
  31. some separate *.ksc (Kermit Script) files, like the one for sending
  32. alpha pages.  And of course there are lots of examples in the book.
  33.  
  34. If people want to send in working examples of scripts, we'll be
  35. glad to collect them and make them available.
  36.  
  37. Remember, the format of script programs has been considerably
  38. simplified in C-Kermit 6.0 and MS-DOS Kermit 3.15 -- no more of
  39. that silly "comma-dash" business, etc.  Now we have C-language-like
  40. block structure, scoping of variables, additional structured
  41. programming constructs, etc, conducive to writing readable and
  42. well-structured script programs.  (Of course old-format scripts are
  43. still executed by the new Kermit releases, but I'd prefer it if
  44. examples showed off the new-&-improved format.)
  45.  
  46. - Frank